'Deklaration
Public Function New( _ ByVal dictionary As System.Collections.Generic.IDictionary(Of TKey,TValue) _ )
'Usage
Dim dictionary As System.Collections.Generic.IDictionary(Of TKey,TValue) Dim instance As New ObservableDictionary(Of TKey,TValue)(dictionary)
public ObservableDictionary<TKey,TValue>( System.Collections.Generic.IDictionary<TKey,TValue> dictionary )
Parameter
- dictionary